home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -in_the_mag- / pdselect / awnp / awnp-docs / label.doc < prev    next >
Text File  |  2000-02-16  |  2KB  |  62 lines

  1. Label gadget parameters.
  2. -------------------------
  3.  
  4. The label produces an image and usually putts it into your GUI right away. To use the label as a child label of a gadget You MUST use the unattached keyword.
  5.  
  6. unattached (ua)
  7.  
  8. The unattached keyword does not produce a gadget. It creates an image to be used .Up to 10 images can be predefined, the last one defined is the first one used. Last In First Out.
  9.  
  10. font=GID
  11.  
  12. This sets the font for the label. The GID points to an ALREADY defined text attribute.
  13.  
  14. Selected=num (s=)
  15.  
  16.  Set the pen number used to render the text.
  17.  
  18. gadgettext="Label text"  (gt=)
  19.  
  20.  Set the text of the Label.
  21.  
  22. leftjustify  (lj)
  23. rightjustify (rj)
  24.  
  25.  Set the justification of the text for the gadget. Defaults to centerjustify.
  26.  
  27. minwidth=number  (minw=)
  28.  
  29.  Set the minimum width for this gadget
  30.  
  31. minheight=number (minh=)
  32.  
  33.  Set the minimum height for this gadget
  34.  
  35. weightedwidth=number  (weiw=)
  36.  
  37.  Set the weighted width for this gadget
  38.  
  39. weightedheight=number (weih=)
  40.  
  41.  Set the weighted height for this gadget
  42.  
  43. nominalsize  (noms)
  44.  
  45.  Set this gadget to its nominal size.
  46.  
  47. useimage   (ui)
  48.  
  49.  Use the last defined image (bitmap/drawlist/penmap) as the gadgets image.
  50.  
  51. Even
  52.  
  53.  Correct a possible layout problem in the image position. You will probably never use this parameter. Technicaly it moves th image up one pixel, which is useful when mixxing differnt fontsin the same line.
  54.  
  55. Definition Reply
  56. ----------------
  57.  
  58.  When the image creation is successful the pipe replies with
  59.  
  60. 'ok WIDTH HEIGHT'
  61.  
  62.